home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / submit.dsk < prev    next >
Text File  |  1991-09-02  |  4KB  |  110 lines

  1. The C Users' Group welcomes submissions for inclusion in the
  2. C public domain library. Please sign and return the following information
  3. with your submission. Thank you.
  4.  
  5.  
  6. AUTHOR'S RELEASE
  7.  
  8. For CUG Library Contribution
  9.     
  10. We can not distribute your submission without this release.
  11. Please fill out, sign and return this form.  Don't hesitate to
  12. call if you have questions.
  13.  
  14. NAME______________________________DATE________________________
  15.  
  16. ADDRESS_______________________________________________________
  17.  
  18. CITY___________________________STATE_______ZIP________________
  19.  
  20. COUNTRY_______________________________________________________
  21.  
  22. PHONE__________________________AFFILIATION____________________
  23.  
  24. DESCRIPTION OF SUBMITTED MATERIALS:
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34. The submitted materials are:
  35.  
  36. ____Of unknown origin or status.
  37.  
  38. ____(Someone else's Public Domain or Shareware)
  39.     To the best of my knowledge currently in the public domain
  40.     or authorized for distribution as shareware.
  41.  
  42. ____(My Public Domain)
  43.     Written by me and hereby placed into the public domain.
  44.     Permission is hereby granted to The C Users' Group to distribute
  45.     the submitted materials freely for non-commercial personal use.
  46.  
  47. ____(My Shareware)
  48.     Written by me and protected by certain copyright restrictions
  49.     clearly specified in the files constituting the submission.
  50.     Permission is hereby granted to The C Users' Group to
  51.     distribute the submitted materials, without royalty or
  52.     other compensation, and to charge their normal distribution
  53.     fee for such distribution, provided that my copyright restrictions
  54.     are included unchanged in each copy distributed. 
  55.  
  56. Signed:_____________________________________Date:____________
  57.  
  58.  
  59. SUBMISSION GUIDELINES
  60.  
  61. Please avoid sub-directories, squeezed files, library files or other
  62. compacted formats. CUG appreciates and prefers submissions with
  63. cataloging headers on all text files (See the sample below and our directory
  64. for the additional information.)
  65.  
  66.  
  67. SAMPLE HEADER
  68. /*
  69. HEADER:        ;
  70. TITLE:        Diskette sector editor;
  71. VERSION:    1.4;
  72.  
  73. DESCRIPTION:    "Lets you view, edit and write back a diskette sector.
  74.  
  75.         It needs a 24*80 cursor-addressable terminal, and requires
  76.         your custom CLRSCREEN() and GOTOXY() functions.  The
  77.         definitions of these functions appear early in SE.C.
  78.  
  79.         Compiling requires SENTER.C, included on the diskette.
  80.         Also included are SE.DOC and SE.SUB.";
  81.  
  82. KEYWORDS:    Disk, utility, editor, sector;
  83. SYSTEM:        CP/M-80, V2.2;
  84. FILENAME:    SE.C;
  85. WARNINGS:    "Requires Version 2.x of CP/M.
  86.         SE is not designed to work with systems using the DEBLOCK
  87.         routine in the BIOS to handle physical sectors larger than
  88.         128 bytes, so if you have such a system, and want to use SE,
  89.         you must modify the routines in SE which write back the edited
  90.         sector.  The BitMap command is not implemented.";
  91.  
  92. SEE-ALSO:    SE.DOC, SENTER.C;
  93. AUTHORS:    Jan Larsson;
  94. COMPILERS:    BDS C, v1.43 and 1.5a;
  95. */
  96.  
  97. The C Users' Group (CUG) collects, maintains and distributes
  98. public domain C source code, publishes a magazine, The C Users' Journal
  99. and serves as a resource for C users. Several vendors have named
  100. CUG as the official users group for their implementation of C.
  101. For membership and subscription information, contact us at the address
  102. below.
  103.  
  104. -----------------------------------------------------------------------------
  105.                             The C Users' Group
  106.                         1601 W. 23rd St. Suite 200
  107.                             Lawrence, KS 66046
  108.                               (913) 841-1631
  109. -----------------------------------------------------------------------------
  110.